home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P139 < prev    next >
Text File  |  1994-02-13  |  3KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.      The TriBBS Bulletin Board System                                   139
  6.  
  7.      102 to 103     int            No 300 baud callers flag.  If TRUE,
  8.                                    TriBBS will not allow 300 baud callers
  9.                                    to log on.  If FALSE, TriBBS will accept
  10.                                    300 baud calls.
  11.      104 to 105     int            No 1200 baud callers flag.
  12.      106 to 107     int            RTS/CTS handshaking flag.
  13.      108 to 109     int            Locked serial port flag.
  14.      110 to 111     int            Direct screen write flag.
  15.      112 to 113     int            The tenths of a second delay before
  16.                                    sending ATA.
  17.      114 to 115     int            The number of RINGs to be received
  18.                                    before sending ATA.
  19.      116 to 117     int            Page bell flag.
  20.      118 to 119     int            Use node DISPLAY directory flag.
  21.      120 to 121     int            The node's minimum security level.
  22.      122 to 123     int            No 2400 baud callers flag.
  23.      124 to 125     int            Phone off hook during events flag.
  24.      126 to 127     int            Nonstandard IRQ.
  25.      128 to 256     char [129]     Reserved for future use.  All zeros.
  26.  
  27.  
  28.      USERS.DAT
  29.      ---------
  30.  
  31.      Is TriBBS's user records file and is located in node 1's MWORK
  32.      directory.  Each user record is as follows:
  33.  
  34.      Byte           Data           Description
  35.      Position       Type
  36.        1 to  31     char [31]      The user's name.
  37.       32 to  47     char [16]      The user's password.
  38.       48 to  78     char [31]      The user's city and state.
  39.       79 to  91     char [13]      The user's phone number.
  40.       92 to 100     char [9]       The user's date of birth.
  41.      101 to 109     char [9]       The date of the user's first call.
  42.      110 to 124     char [15]      The date and time of the user's last
  43.                                    call.
  44.      125 to 133     char [9]       The date of the user's last new file
  45.                                    check.
  46.      134 to 135     int            The user's security level.
  47.      136 to 137     int            The user's number of calls.
  48.      138 to 139     int            The amount of time remaining today.
  49.      140 to 141     int            The user's last message conference.
  50.      142 to 143     int            The user's last file area.
  51.      144 to 145     int            The user's default protocol.
  52.      146 to 147     int            The user's expert mode flag.
  53.      148 to 149     int            The user's locked out flag.
  54.      150 to 151     int            Marked for deletion flag.
  55.      152 to 153     int            The user's number of calls today.
  56.      154 to 155     int            Reserved for TriMail.
  57.      156 to 157     int            Reserved for TriMail.
  58.      158 to 159     int            Reserved for TriMail.
  59.  
  60.  
  61.  
  62.